This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Lotus Domino Toolkit for Java/CORBA ~Pippy Quettoolitgon 16.Oct.03 11:31 AM a Web browser Toolkits 6.0Windows 2000
Eduardo,
Given that you are using ND6 there is no requirement to utilise the Lotus Domino Toolkit for Java/CORBA v2.1 or any later toolkit as the required .jar (notes.jar/ncso.jar) files are packaged with the ND6 installation. In order to implement a remote client/app you would simply need to copy the ncso.jar file to the relevant node and set the classpath accordingly.
From the error that you have described above and based upon my experience I would suggest that the VerifyError is due to a difference in the JDK that you are compiling against and the JDK used to compile the 2.1 toolkit. My recommended solution would be to copy the ND6 jar file to your remote machine(s) and not to use the Java/CORBA Toolkit as it does not appear that IBM/Lotus are providing timely updates to these.
Finally, as indicated in previous responses, there is no requirement for the notes.jar file to be present for remote access to Notes via IIOP. Although having them both in your classpath does not appear to have caused the above problem, I have come across numerous occasions where conflicts (especially NotesFactory classes) have caused both build and runtime problems.